TimeSeconds Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmAlarm.TimeSeconds Property

Specifies the seconds portion of time at which the alarm will go off.


[Visual Basic]
Public Property TimeSeconds As Double

[C#]
public Double TimeSeconds {get; set;}

[C++]
HRESULT get_TimeSeconds(
   double* retval
);
HRESULT put_TimeSeconds(
   double val
);

Remarks

Note that the actual time of the alarm is the sum of Arm Alarm Time Seconds and Arm Alarm Time Fraction. The time is specified as the sum of two values because a single double-precision floating-point number does not have sufficient range and resolution to specify the time. Once the alarm goes off, it will repeat at the period set by Arm Alarm Period the number of times set by Arm Alarm Count.

See Also

IIviLxiSyncArmAlarm Interface | IIviLxiSyncArmAlarm Members | Ivi.LxiSync.Interop Namespace